In This Topic
Sets a value indicating whether the field text supports scrolling.
Syntax
public void setIsScrollable(
boolean
)
|
Parameters
- value
- If false, the field shall not scroll (horizontally for single-line fields, vertically for multiple-line fields) to accommodate more text than fits within its annotation rectangle. Once the field is full, no further text shall be accepted for interactive form filling; for non-interactive form filling, the filler should take care not to add more character than will visibly fit in the defined area.
See Also